Keycloak REST Services 1.2.0.Final

Path: / admin / realms / {realm} / clients / {app-name} / push-revocation

If the client has an admin URL, push the client's revocation policy to it.

Path parameters:
realm - realm name (not id!)
app-name -

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/clients/{app-name}/push-revocationIf the client has an admin URL, push the client's revocation policy to it.

Method Detail

POST /admin/realms/{realm}/clients/{app-name}/push-revocation

If the client has an admin URL, push the client's revocation policy to it.

HTTP Example:
POST /admin/realms/{realm}/clients/{app-name}/push-revocation
API Example:

ClientResource.pushRevocation({'realm': /* name realm name (not id!) */,
  'app-name': /* name */});

Output:
GlobalRequestResult

Keycloak REST Services 1.2.0.Final